1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 19:53:17 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/commands/InitCommand.tid
2014-02-23 22:58:17 +00:00

22 lines
416 B
Plaintext

created: 20140223195548209
modified: 20140223195738745
tags: command
title: InitCommand
type: text/vnd.tiddlywiki
Initialise an empty [[WikiFolder|WikiFolders]] with a copy of the specified edition.
```
--init <edition>
```
The "edition" defaults to ''empty''.
For example:
```
tiddlywiki ./MyWikiFolder --init empty
```
Note that the init command will fail if the wiki folder does not exist, or is not empty.