Missing docs for makelibrary command

This commit is contained in:
Jermolene 2014-09-03 10:05:00 +01:00
parent f87ce7e98a
commit e7358c9b31
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,14 @@
title: $:/language/Help/makelibrary
description: Construct library plugin required by upgrade process
Constructs the `$:/UpgradeLibrary` tiddler for the upgrade process.
The upgrade library is formatted as an ordinary plugin tiddler with the plugin type `library`. It contains a copy of each of the plugins, themes and language packs available within the TiddlyWiki5 repository.
This command is intended for internal use; it is only relevant to users constructing a custom upgrade procedure.
```
--makelibrary <title>
```
The title argument defaults to `$:/UpgradeLibrary`.

View File

@ -0,0 +1,9 @@
created: 20140903085210479
modified: 20140903085210479
tags: command
title: MakeLibraryCommand
type: text/vnd.tiddlywiki
{{$:/language/Help/makelibrary}}
See the UpgradeMechanism for more details.