diff options
author | 2014-06-30 13:06:25 -0400 | |
---|---|---|
committer | 2014-06-30 13:06:25 -0400 | |
commit | 03b0b8932ea1c41854a487f9fa6555def9b59462 (patch) | |
tree | 491743468203ee0b49729d323a1f224aaf4ef669 /doc/13_Help.md | |
parent | b8a5a15f6171cbedc9007e5b05757aa4b72ff742 (diff) | |
download | textadept-03b0b8932ea1c41854a487f9fa6555def9b59462.tar.gz textadept-03b0b8932ea1c41854a487f9fa6555def9b59462.zip |
Condensed manual and API documentation into single files.
Diffstat (limited to 'doc/13_Help.md')
-rw-r--r-- | doc/13_Help.md | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/13_Help.md b/doc/13_Help.md deleted file mode 100644 index 8e75fff9..00000000 --- a/doc/13_Help.md +++ /dev/null @@ -1,29 +0,0 @@ -# Help - -## Command Line Parameters - -Passing `-h` or `--help` to Textadept shows a list of available command line -parameters. - -Switch |Arguments|Description --------------------|:-------:|----------- -`-e`, `--execute` | 1 |Run Lua [code][]. -`-f`, `--force` | 0 |Forces [unique instance][]. -`-h`, `--help` | 0 |Shows this. -`-n`, `--nosession`| 0 |No [session][] functionality. -`-s`, `--session` | 1 |Loads [session][] on startup. -`-u`, `--userhome` | 1 |Sets alternate [`_USERHOME`][]. - -Textadept curses does not support the help switch. - -[code]: 10_Advanced.html#Command.Entry -[unique instance]: 02_Installation.html#Single.Instance -[session]: 04_WorkingWithFiles.html#Sessions -[`_USERHOME`]: api/_G.html#_USERHOME - -## Online Help - -Textadept has a [mailing list][] and a [wiki][]. - -[mailing list]: http://foicica.com/lists -[wiki]: http://foicica.com/wiki/textadept |