diff --git a/editions/tw5.com/tiddlers/commands/Commands.tid b/editions/tw5.com/tiddlers/commands/Commands.tid index c103258c38c..51d83c740fb 100644 --- a/editions/tw5.com/tiddlers/commands/Commands.tid +++ b/editions/tw5.com/tiddlers/commands/Commands.tid @@ -1,9 +1,15 @@ created: 20150117174359000 -modified: 20180626122309578 +modified: 20241018094151786 tags: Concepts Reference title: Commands type: text/vnd.tiddlywiki A <<.def command>> is one of the following words, written with a `--` prefix and used as a command-line option under Node.js, indicating which action is desired. See [[Using TiddlyWiki on Node.js]] for details of how to use them. -<> +''Commands'' + +<> + +''Deprecated Commands'' + +<> diff --git a/editions/tw5.com/tiddlers/commands/ServerCommand.tid b/editions/tw5.com/tiddlers/commands/ServerCommand.tid index 73483ea155e..3d5e9c11eb4 100644 --- a/editions/tw5.com/tiddlers/commands/ServerCommand.tid +++ b/editions/tw5.com/tiddlers/commands/ServerCommand.tid @@ -1,10 +1,12 @@ caption: server created: 20131219163923630 modified: 20180626150505679 -tags: Commands +tags: Commands $:/deprecated title: ServerCommand type: text/vnd.tiddlywiki +<<.deprecated-since "5.1.18" "ListenCommand">>. + ''Note that the `--server` command is now deprecated in favour of the new ListenCommand''. See WebServer for details of TiddlyWiki's web server functionality.