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

Update dotnet cake usage instructions (dotnet cake --help) #2961

Closed
augustoproiete opened this issue Nov 29, 2020 · 3 comments
Closed

Update dotnet cake usage instructions (dotnet cake --help) #2961

augustoproiete opened this issue Nov 29, 2020 · 3 comments
Assignees
Labels
Milestone

Comments

@augustoproiete
Copy link
Member

When running dotnet cake --help to see usage instructions, the usage and example display Cake.dll [...] instead of dotnet cake [...]

What You Are Seeing?

C:\augustoproiete>dotnet cake --help
USAGE:
    Cake.dll [SCRIPT] [OPTIONS]

EXAMPLES:
    Cake.dll
    Cake.dll build.cake --verbosity quiet
    Cake.dll build.cake --showtree

ARGUMENTS:
    [SCRIPT]    The Cake script. Defaults to build.cake

// ...

What is Expected?

C:\augustoproiete>dotnet cake --help
USAGE:
    dotnet cake [SCRIPT] [OPTIONS]

EXAMPLES:
    dotnet cake
    dotnet cake build.cake --verbosity quiet
    dotnet cake build.cake --showtree

ARGUMENTS:
    [SCRIPT]    The Cake script. Defaults to build.cake

// ...

What version of Cake are you using?

1.0.0-rc0001

Are you running on a 32 or 64 bit system?

64-bit

What environment are you running on? Windows? Linux? Mac?

Windows 10.0.18363 / win10-x64

Are you running on a CI Server? If so, which one?

No

How Did You Get This To Happen? (Steps to Reproduce)

dotnet new tool-manifest --force
dotnet tool install Cake.Tool --version 1.0.0-rc0001
dotnet cake --help

Output Log

N/A

@augustoproiete
Copy link
Member Author

Comment from @pascalberger:

Another thing here is that it should use --parameter=value syntax since this is what we decided to use in our docs
But this would also be something which needs to be done upstream

@devlead devlead self-assigned this Jan 15, 2021
devlead added a commit to devlead/cake that referenced this issue Jan 15, 2021
devlead added a commit that referenced this issue Jan 15, 2021
GH2961: SetApplicationName based tfm
@pascalberger
Copy link
Member

Fixed with #3031

@cake-build-bot
Copy link

🎉 This issue has been resolved in version v1.0.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants