Documentation ¶
Overview ¶
Copyright (C) 2022 - Simon Travis. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdMosaic = &base.Command{
Run: runMosaic,
Flag: buildFlags(),
UsageLine: "tap edit [-in <directory>] [mosaic flags]",
Short: "run the tapestry story editor",
Long: `Start the Tapestry story editor.
The 'in' directory should contain two sub-directories:
1. "stories" - containing story files ( the target for save/load )
2. "shared" - containing shared libraries ( defaults will be used if this folder is missing. )
By default, attempts to use a directory called Tapestry in your Documents folder.
`,
}
exported to package main in cmd/tap
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.