Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add experimental tag #180

Merged
merged 4 commits into from
Mar 16, 2020
Merged

Add experimental tag #180

merged 4 commits into from
Mar 16, 2020

Conversation

jiasli
Copy link
Member

@jiasli jiasli commented Mar 11, 2020

The experimental tag (same as preview) appears in following locations:

Command group

Help of parent command group: [Tag]

> python examples\exapp2 -h

Subgroups:
    exp [Experimental] : An experimental command group.

Help of itself: message

> python examples\exapp2 exp -h

Group
    exapp2 exp : An experimental command group.
        This command group is experimental and not covered by customer support. Please use with
        discretion.

Command

Help of parent command group: [Tag]

> python examples\exapp2 abc -h

Commands:
    last [Experimental] : List the last several letters in the alphabet.

Help of itself: message

> python examples\exapp2 abc last -h

Command
    exapp2 abc last : List the last several letters in the alphabet.
        This command is experimental and not covered by customer support. Please use with
        discretion.

Invocation: message

> python examples\exapp2 abc last
This command is experimental and not covered by customer support. Please use with discretion.

Argument

Help of parent command: [Tag] + message

> python examples\exapp2 ga range -h

Arguments
    --end [Experimental] : The higher bound.  Default: 5.
        Argument '--end' is experimental and not covered by customer support. Please use with
        discretion.

Invocation with this argument: message

> python examples\exapp2 ga range --end 3
Argument '--end' is experimental and not covered by customer support. Please use with discretion.

@yonzhan
Copy link
Collaborator

yonzhan commented Mar 11, 2020

add to S167

@jiasli jiasli changed the base branch from master to dev March 16, 2020 12:21
# Conflicts:
#	examples/exapp2
#	knack/invocation.py
@jiasli jiasli merged commit 221daea into microsoft:dev Mar 16, 2020
@jiasli jiasli mentioned this pull request Mar 16, 2020
jiasli added a commit that referenced this pull request Mar 20, 2020
* Allow disabling color (#171)

* Support --only-show-errors (#179)

* Add experimental tag (#180)
@jiasli jiasli deleted the experimental-tag2 branch March 24, 2020 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants