31 lines
874 B
Plaintext
31 lines
874 B
Plaintext
Vim Note System, v1.1
|
|
|
|
The following is a table of exit codes
|
|
|
|
Code In Function Meaning
|
|
-----------------------------------------------------
|
|
10 vns Invalid argument given
|
|
|
|
20 sanityCheck Missing dependencies
|
|
21 sanityCheck VNS store not initialized
|
|
|
|
30 rm Insufficient arguments
|
|
31 rm Note does not exist
|
|
|
|
40 create Insufficient arguments
|
|
41 create Note already exists
|
|
|
|
50 edit Insufficient arguments
|
|
51 edit Note not found
|
|
|
|
60 print Insufficient arguments
|
|
|
|
70 mv Insufficient arguments
|
|
71 mv Couldn't read source note
|
|
72 mv Destination note already exists
|
|
|
|
81 merge No output specified
|
|
82 merge Output file already exists.
|
|
83 merge could not open note
|
|
|