Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
nagauta committed May 26, 2024
1 parent 524a92d commit 8cc9370
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions specs/ghq/romove-a-repository-ghq.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Remove local repository
command: |-
ghq rm {{repository_name}} {{dry-run}}
ghq rm {{repository_name}}
tags:
- ghq
description: Remove local repository. If '--dry-run' option is given, the repository is not actually removed but the path to it is printed.
arguments:
- name: repository_name
description: The name of the repository to be removed
default_value: ~
- name: dry-run
description: opional. the repository is not actually removed but the path to it is printed. (e.g., --dry-run)
description: The name of the repository to be removed. optionaly with --dry-run, the repository is not actually removed but the path to it is printed. (e.g., )

Check warning on line 9 in specs/ghq/romove-a-repository-ghq.yaml

View workflow job for this annotation

GitHub Actions / Formatting + Clippy

"optionaly" should be "optionally".
default_value: ~
source_url: "https://github.com/x-motemen/ghq"
author: nagauta
Expand Down

0 comments on commit 8cc9370

Please sign in to comment.