mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
fix conflicts
This commit is contained in:
@@ -160,7 +160,7 @@ allCommands pgf = Map.fromAscList [
|
|||||||
|
|
||||||
prGrammar opts = case valIdOpts "printer" "" opts of
|
prGrammar opts = case valIdOpts "printer" "" opts of
|
||||||
"cats" -> unwords $ categories pgf
|
"cats" -> unwords $ categories pgf
|
||||||
v -> prPGF (read v) pgf
|
v -> prPGF (read v) pgf (prCId (absname pgf))
|
||||||
|
|
||||||
wordCompletion opts = do
|
wordCompletion opts = do
|
||||||
let lang = head (optLangs opts)
|
let lang = head (optLangs opts)
|
||||||
|
|||||||
Reference in New Issue
Block a user