Skip to content

Commit

Permalink
support ash
Browse files Browse the repository at this point in the history
  • Loading branch information
wayyoungboy committed Apr 30, 2024
1 parent ac776ab commit ef08820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ def __init__(self):
self.parser.add_option('--files', action="append", type='string', help="specify files")
self.parser.add_option('--store_dir', type='string', help='the dir to store gather result, current dir by default.', default='./')
self.parser.add_option('-c', type='string', help='obdiag custom config', default=os.path.expanduser('~/.obdiag/config.yml'))
self.parser.add_option('--since', type='string',help="Specify time range that from 'n' [d]ays, 'n' [h]ours or 'n' [m]inutes. before to now. format: <n> <m|h|d>. example: 1h.",default='30m')

def init(self, cmd, args):
super(ObdiagAnalyzeLogCommand, self).init(cmd, args)
Expand Down

0 comments on commit ef08820

Please sign in to comment.