Skip to content

Commit

Permalink
Add rcli entry point, create rcli folder'
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Solomon <t-nosolomon@microsoft.com>
  • Loading branch information
noahsolomon-ms committed Aug 9, 2022
1 parent 19cd215 commit b1e6de2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Empty file added rcli/__init__.py
Empty file.
1 change: 1 addition & 0 deletions rcli/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import click
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
'pddf_psuutil',
'pddf_thermalutil',
'pddf_ledutil',
'rcli',
'show',
'show.interfaces',
'show.plugins',
Expand Down Expand Up @@ -175,6 +176,7 @@
'pddf_psuutil = pddf_psuutil.main:cli',
'pddf_thermalutil = pddf_thermalutil.main:cli',
'pddf_ledutil = pddf_ledutil.main:cli',
'rcli = rcli.main:cli',
'show = show.main:cli',
'sonic-clear = clear.main:cli',
'sonic-installer = sonic_installer.main:sonic_installer',
Expand Down

0 comments on commit b1e6de2

Please sign in to comment.