Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: coder/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 10 files changed
  • 4 contributors

Commits on Aug 19, 2019

  1. Support POSIX flags

    Nathan Potter committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    28a0ece View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Merge pull request #9 from cdr/pflag

    Support POSIX flags
    Nathan Potter authored Aug 20, 2019
    Configuration menu
    Copy the full SHA
    471603a View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Replace flag imports with spf13/pflag in README.

    The README examples imported flag, but used pflag instead.
    
    This just reflects the change in imports.
    stephenwithav committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    f5f7e47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from stephenwithav/update-readme-to-import-pflag

    Replace flag imports with spf13/pflag in README.
    ammario authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    4869291 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Support subcommand aliases

    Faris Huskovic committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    b4ff21d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from cdr/subcommand-aliases

    Support subcommand aliases
    Faris Huskovic authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    fea394f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Small style adjustments to command tests

    Faris Huskovic committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    0a4c36a View commit details
    Browse the repository at this point in the history
  2. Update help output

    Faris Huskovic committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    2e2a923 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Merge pull request #16 from cdr/clean-up-alias-tests

    Small style adjustments to command tests
    Faris Huskovic authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    42acd40 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into update-help-output-format

    Faris Huskovic committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    b2c2ad4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Update help output format

    Faris Huskovic committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    6615750 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from cdr/update-help-output-format

    Update help output
    Faris Huskovic authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    42c337d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. nits: update readme and test

    Faris Huskovic committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    0b05785 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from cdr/faris/readme-and-test-nits

    nits: update readme and test
    Faris Huskovic authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    2508939 View commit details
    Browse the repository at this point in the history
Loading