From 8156af38d53fc2cc6b3df5e4656c54e059c87d39 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Thu, 31 Mar 2022 12:53:29 +0200 Subject: [PATCH] Update main.py --- src/main.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main.py b/src/main.py index 80b60c0..dab7da1 100644 --- a/src/main.py +++ b/src/main.py @@ -420,12 +420,9 @@ class octosuite: def changelog(self): # lol yes the changelog is hard coded changelog_text = ''' - v1.3.0 Changelog: + v1.4.0 Changelog: -• Adjusted to work on Mac -• Added changelog command -• Added progress bar when fetching updates -• Minor bug fixes +• Minor changes to the interface ''' return changelog_text @@ -440,7 +437,10 @@ class octosuite: def help(self): help = ''' -usage: +help: + + Command Descritption + ------------ --------------------------------------------------------- orginfo --> Get target organization info userinfo --> Get target user profile info repoinfo --> Get target repository info