From 870207d68f56a5dee0b4fb57b7e19a073a0da70c Mon Sep 17 00:00:00 2001
From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de>
Date: Fri, 11 Aug 2023 14:58:32 +0200
Subject: [PATCH] document exit codes

---
 development.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/development.rst b/development.rst
index f034c98..0c733bf 100644
--- a/development.rst
+++ b/development.rst
@@ -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                    |
 | 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 |
+| 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               |
 +-----------+------------------------------------------+----------------------------------------------------------------------------------+
-- 
GitLab