features/executable.feature in github_cli-0.1.3 vs features/executable.feature in github_cli-0.2.0

- old
+ new

@@ -21,14 +21,16 @@ When I run `ghc <command>` Then the exit status should be 0 And the output should contain "ghc <command>" Examples: - | command | - | repo | - | issue | - | blob | - | tree | - | ref | - | pull | - | fork | - | commit | + | command | + | repo | + | issue | + | blob | + | tree | + | ref | + | pull | + | fork | + | commit | + | download | + | key |