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

Fix CLI commands in quickstart.md #375

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

romanlutz
Copy link
Contributor

Pull Request

Issue Number: #370

Summary

Fixing args in commands shown in the quickstart.md document.

Changes

  • dotnet run needs to be followed by a command such as emissions, locations, or emissions-forecasts
  • -t is now -s
  • --toTime is now -e

Checklist

  • Local Tests Passing?
  • CICD and Pipeline Tests Passing?
  • Added any new Tests?
  • Documentation Updates Made?
  • Are there any API Changes? If yes, please describe below.
  • This is not a breaking change. If it is, please describe it below.

Are there API Changes?

If yes, what are the expected API Changes? Please link to an API-Comparison
workflow with the API Diff.

Is this a breaking change?

If yes, what workflow does this break?

Anything else?

Other comments, collaborators, etc.

Please follow
GitHub's suggested syntax
to link Pull Requests to Issues via keywords

This PR Closes #370

Signed-off-by: Roman Lutz <[email protected]>
Copy link
Collaborator

@danuw danuw left a comment

Choose a reason for hiding this comment

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

LGTM

@danuw danuw merged commit 25121e6 into Green-Software-Foundation:dev Sep 12, 2023
8 checks passed
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.

[Bug]: quickstart args wrong
2 participants