flow-cli icon indicating copy to clipboard operation
flow-cli copied to clipboard

Flag "--skip-check" added

Open MaxStalker opened this issue 2 years ago • 0 comments

Closes #672

Description

  • internal/command/flags.go - added new flag SkipVersionCheck to a list of flags
  • internal/command/command.go - wrapped checkVersion call in a condition, based on aforementioned flag

For contributor use:

  • [ ] Targeted PR against master branch
  • [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • [ ] Code follows the standards mentioned here
  • [ ] Updated relevant documentation
  • [ ] Re-reviewed Files changed in the Github PR explorer
  • [ ] Added appropriate labels

MaxStalker avatar Oct 10 '22 22:10 MaxStalker