comparison src/main/kotlin/name/blackcap/passman/HelpSubcommand.kt @ 15:0fc90892a3ae

Add password subcommand.
author David Barts <n5jrn@me.com>
date Fri, 03 Feb 2023 18:48:13 -0800
parents 302d224bbd57
children 7a74ae668665
comparison
equal deleted inserted replaced
14:4dae7a15ee48 15:0fc90892a3ae
8 println("delete Delete existing record.") 8 println("delete Delete existing record.")
9 println("help Print this message.") 9 println("help Print this message.")
10 println("import Import from CSV file.") 10 println("import Import from CSV file.")
11 println("list List records.") 11 println("list List records.")
12 println("merge Merge passwords in from another PassMan database.") 12 println("merge Merge passwords in from another PassMan database.")
13 println("password Change database encryption key.")
13 println("read Retrieve data from existing record.") 14 println("read Retrieve data from existing record.")
14 println("rename Rename existing record.") 15 println("rename Rename existing record.")
15 println("update Update existing record.") 16 println("update Update existing record.")
16 println() 17 println()
17 println("Database is $DB_FILE .") 18 println("Database is ${see(DB_FILE)} .")
18 } 19 }
19 } 20 }