close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Aug 30, 2018, 8:26:17 AM (7 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
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: |