Skip to content

Commit

Permalink
Addded to core_plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shashvatshahi1998 committed Apr 8, 2019
1 parent 90c4736 commit c38f4ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tensorboard/plugins/core/core_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,11 @@ def define_flags(self, parser):
See tensorboard/backend/event_processing/event_file_inspector.py for more info.\
''')

parser.add_argument(
'--version',
action='store_true',
help='Prints the version of Tensorboard')

parser.add_argument(
'--tag',
Expand Down

0 comments on commit c38f4ec

Please sign in to comment.