Mercurial > cgi-bin > hgweb.cgi > PassMan
comparison src/main/kotlin/name/blackcap/passman/HelpSubcommand.kt @ 22:07406c4af4a5
More interactive mode stuff.
author | David Barts <n5jrn@me.com> |
---|---|
date | Tue, 02 Jul 2024 17:34:52 -0700 |
parents | 7a74ae668665 |
children | 2188b2f13326 |
comparison
equal
deleted
inserted
replaced
21:ea65ab890f66 | 22:07406c4af4a5 |
---|---|
10 println("export Export to CSV file.") | 10 println("export Export to CSV file.") |
11 println("import Import from CSV file.") | 11 println("import Import from CSV file.") |
12 println("list List records.") | 12 println("list List records.") |
13 println("merge Merge passwords in from another PassMan database.") | 13 println("merge Merge passwords in from another PassMan database.") |
14 println("password Change database encryption key.") | 14 println("password Change database encryption key.") |
15 println("quit Exit from interactive mode.") | |
15 println("read Retrieve data from existing record.") | 16 println("read Retrieve data from existing record.") |
16 println("rename Rename existing record.") | 17 println("rename Rename existing record.") |
17 println("update Update existing record.") | 18 println("update Update existing record.") |
18 println() | 19 println() |
19 println("Database is ${see(DB_FILE)} .") | 20 println("Database is ${see(DB_FILE)} .") |