"here" can be used to refer to the current repository, which can read better than the old "." (which still works too).
This commit is contained in:
parent
478fdc8a5d
commit
1098bc37ab
4 changed files with 13 additions and 4 deletions
|
@ -48,6 +48,7 @@ start = do
|
|||
let (name, action) = case from of
|
||||
Nothing -> (".", checkUnused)
|
||||
Just "." -> (".", checkUnused)
|
||||
Just "here" -> (".", checkUnused)
|
||||
Just n -> (n, checkRemoteUnused n)
|
||||
showStart "unused" name
|
||||
next action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue