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

chore: Move the long line of nargo info to long_about #2151

Merged
merged 2 commits into from
Aug 4, 2023
Merged

Conversation

Ethan-000
Copy link
Contributor

@Ethan-000 Ethan-000 commented Aug 3, 2023

Description

Problem*

Add some aliasing

nargo info has a about line that look like this which is long

1

this pr will make it look like this
3

and users can still see the details if they run nargo info --help

2

Resolves

Summary*

Documentation

  • This PR requires documentation updates when merged.

    • I will submit a noir-lang/docs PR.
    • I will request for and support Dev Rel's help in documenting this PR.

Additional Context

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@phated
Copy link
Contributor

phated commented Aug 3, 2023

I think we should be cautious of introducing aliases until the tooling team nails down the high-level command for nargo. While it doesn't seem likely these would conflict, we can't say for certain right now.

@TomAFrench
Copy link
Member

Agree on being cautious on introducing aliases at this time. I'm going to remove them from this PR so we can merge the long_about change.

@TomAFrench TomAFrench changed the title feat: Add some command aliases and move the long line of nargo info to long_about chore: Move the long line of nargo info to long_about Aug 4, 2023
@TomAFrench TomAFrench added this pull request to the merge queue Aug 4, 2023
Merged via the queue into master with commit 4b7d484 Aug 4, 2023
6 checks passed
@TomAFrench TomAFrench deleted the e/commands branch August 4, 2023 10:31
TomAFrench added a commit that referenced this pull request Aug 4, 2023
* master: (50 commits)
  chore: update stale comment on `create_circuit` (#2173)
  chore: Replace `resolve_path` function with a trait that impls normalize (#2157)
  chore: clippy fix (#2174)
  feat!: Allow specifying new package name with `--name` flag (#2144)
  chore!: remove unused flags on LSP command (#2170)
  chore: Hide the `show_ssa` and `show_brillig` flags (#2171)
  chore: bump `clap` to 4.3.19 (#2167)
  chore: Move the long line of `nargo info` to `long_about` (#2151)
  chore: Refactor `normalize_path` into an API on FileManager (#2156)
  fix: Implement slices of structs (#2150)
  chore: Refreshed ACIR artifacts (#2148)
  chore: Rebuild ACIR test artifacts (#2147)
  chore: remove short flags for `--show-ssa` and `--deny-warnings` (#2141)
  chore: replace usage of `Directive::Quotient` with brillig opcode  (#1766)
  chore: clippy fix (#2136)
  feat: Initial work on rewriting closures to regular functions with hi… (#1959)
  chore: Decouple acir blockid from ssa valueid (#2103)
  chore: Initialize copy array from previous values in `array_set` (#2106)
  chore: rename `ssa_refactor` module to `ssa` (#2129)
  chore: Use `--show-output` flag on execution rather than compilation  (#2116)
  ...
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.

3 participants