Changes between Version 1 and Version 2 of TracAdmin
- Timestamp:
- 12/24/20 01:28:07 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracAdmin
v1 v2 43 43 `trac-admin` starts in interactive mode when the environment path is the only argument. 44 44 Commands can then be executed on the selected environment using the prompt, which offers tab-completion 45 for non-Windows environments, and when the Python `readline` module is available. It also offers automatic repetition of the last command issued. 45 when the Python `readline` module is available. It also offers automatic repetition of the last command issued. 46 47 The `readline` module should be available on all Unix-compatible platforms. For Windows, support can be obtained by installing [https://pypi.python.org/pypi/pyreadline pyreadline]. 46 48 47 49 Once you are in interactive mode, you can also get help on specific commands or subsets of commands: