Skip to content

Commit c38f4ec

Browse files
Addded to core_plugin.py
1 parent 90c4736 commit c38f4ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tensorboard/plugins/core/core_plugin.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,11 @@ def define_flags(self, parser):
376376
377377
See tensorboard/backend/event_processing/event_file_inspector.py for more info.\
378378
''')
379+
380+
parser.add_argument(
381+
'--version',
382+
action='store_true',
383+
help='Prints the version of Tensorboard')
379384

380385
parser.add_argument(
381386
'--tag',

0 commit comments

Comments
 (0)