1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-04 18:00:44 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/commands/InitCommand.tid

22 lines
416 B
Plaintext
Raw Normal View History

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.