Skip to content

Conversation

@caberos
Copy link
Contributor

@caberos caberos commented Sep 22, 2020

@allmightyspiff allmightyspiff linked an issue Sep 24, 2020 that may be closed by this pull request
@allmightyspiff allmightyspiff added the Ordering Anything related to ordering label Sep 24, 2020
Copy link
Member

@allmightyspiff allmightyspiff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor comments, otherwise works great, thanks.

Tests

✔️ slcli account orders
✔️ slcli account orders --limit 10


@click.command()
@click.option('--limit', '-l',
help='How many results to get in one api call, default is 100',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont need default is 100 in this help text, as the show_default=True adds that.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set the help message to help='How many results to get in one api call'


@click.command()
@click.option('--limit', '-l',
help='How many results to get in one api call, default is 100',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set the help message to help='How many results to get in one api call'

@allmightyspiff allmightyspiff merged commit 48306c4 into softlayer:master Sep 29, 2020
@allmightyspiff allmightyspiff mentioned this pull request Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ordering Anything related to ordering

Projects

None yet

Development

Successfully merging this pull request may close these issues.

slcli account orders

2 participants