Major work done for vns v1.1
This commit is contained in:
30
DEBUG
Normal file
30
DEBUG
Normal file
@@ -0,0 +1,30 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user