mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-12 05:18:33 +03:00
Update main.py
This commit is contained in:
12
src/main.py
12
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
|
||||
|
||||
Reference in New Issue
Block a user