diff options
author | Mark Powers <mark@marks.kitchen> | 2020-12-28 21:53:47 -0600 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2020-12-28 21:53:47 -0600 |
commit | a160d7d9f082a65a7a2b4ffc0e6fe86174ebfac4 (patch) | |
tree | 667c2cb1993b68a8b519af7148b04ee49f2ed38e /README.md | |
parent | 5745b14719e7c16c12d85b60adafd6ea0335731e (diff) |
Add move command
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ Creates a page with the path `YYYY/MM/DD` and title as the date name. For example, if the date is January 1, 1970, this is equivalent of running the command `create 1970/01/01 "Janurary 1"`. +### move (PATH|ID) DEST\_PATH +Moves a page identified by the path or ID given to the destination path. + ## Installation Clone the repository or download the source code. |