docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 176 forks source link

Remove completion flag #663

Closed glours closed 4 years ago

glours commented 4 years ago

- What I did Remove completion flag

- How I did it By removing the flag description in root command

- How to verify it Run docker app --completion zsh and get the following error message unknown flag: --completion followed by the usage message

- A picture of a cute animal (not mandatory but encouraged)

image

codecov[bot] commented 4 years ago

Codecov Report

Merging #663 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #663   +/-   ##
=======================================
  Coverage   72.04%   72.04%           
=======================================
  Files          57       57           
  Lines        3048     3048           
=======================================
  Hits         2196     2196           
  Misses        557      557           
  Partials      295      295

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8504449...4b4af83. Read the comment docs.