You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cliChecker folder should be moved inside softlayer-python folder because cliChecker isn't picking up those newchanges well, moving the cliChecker/checker.py script to the softlayer-python directory I think that will work as expected.
checker.py file was producing the command in the output.txt file like this...
a. Actual:
Example:
-> Usage: Usage: cli account billing-items [OPTIONS]
b. Expected:
Example:
-> Usage: slcli account billing-items [OPTIONS]
Upload the latestoutput.txt file in GitHub because it contains latest changes.
The text was updated successfully, but these errors were encountered:
cliChecker folder should be moved inside softlayer-python folder because cliChecker isn't picking up those new changes well, moving the cliChecker/checker.py script to the softlayer-python directory I think that will work as expected.
checker.py file was producing the command in the output.txt file like this...
a. Actual:
Example:
-> Usage: Usage: cli account billing-items [OPTIONS]
b. Expected:
Example:
-> Usage: slcli account billing-items [OPTIONS]
Upload the latest output.txt file in GitHub because it contains latest changes.
The text was updated successfully, but these errors were encountered: