mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-09-01 22:57:25 -04:00
Improve error clarity in cli.editNote
This commit is contained in:
@@ -88,13 +88,13 @@ func WriteConfig(configFileMap map[string]string, append bool) {
|
|||||||
// libmutton.ini layout
|
// libmutton.ini layout
|
||||||
// [LIBMUTTON]
|
// [LIBMUTTON]
|
||||||
// gpgID = <gpg key id>
|
// gpgID = <gpg key id>
|
||||||
// textEditor = <editor command>
|
// textEditor = <editor command> TODO move to MUTN section heading, as it only applies to the CLI implementation
|
||||||
// sshUser = <remote user>
|
// sshUser = <remote user>
|
||||||
// sshIP = <remote ip>
|
// sshIP = <remote ip>
|
||||||
// sshPort = <remote ssh port>
|
// sshPort = <remote ssh port>
|
||||||
// sshKey = <ssh private key identity file path>
|
// sshKey = <ssh private key identity file path>
|
||||||
// sshKeyProtected = <true/false>
|
// sshKeyProtected = <true/false>
|
||||||
// netPinEnabled = <true/false>
|
// netPinEnabled = <true/false> TODO netPin functionality not yet implemented
|
||||||
// sshEntryRoot = <remote entry root>
|
// sshEntryRoot = <remote entry root>
|
||||||
// sshIsWindows = <true/false>
|
// sshIsWindows = <true/false>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user