Skip to content
Snippets Groups Projects
Commit 870207d6 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

document exit codes

parent f9972bc9
No related branches found
No related tags found
1 merge request!82Remove cmd
This commit is part of merge request !82. Comments created here will be created in the context of that merge request.
...@@ -33,4 +33,6 @@ Here is a list of exit codes and what they mean: ...@@ -33,4 +33,6 @@ Here is a list of exit codes and what they mean:
| 20 | Requested package set is not available | Use 'available' command to see list of available package_sets | | 20 | Requested package set is not available | Use 'available' command to see list of available package_sets |
| 30 | Current directory is already initialised | Check if you are in the right directory | | 30 | Current directory is already initialised | Check if you are in the right directory |
| 40 | Current directory is not initialised | Check if you are in the right directory, if so use 'init' command to initialise | | 40 | Current directory is not initialised | Check if you are in the right directory, if so use 'init' command to initialise |
| 50 | No package set is selected | Please specify package_sets to remove, or 'ALL' to remove all package_sets |
| 60 | User didnt confirm removing the release | Please input 'y' if you are sure about removing the entire release |
+-----------+------------------------------------------+----------------------------------------------------------------------------------+ +-----------+------------------------------------------+----------------------------------------------------------------------------------+
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment