File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -94,20 +94,6 @@ main = do
9494 let newConfig = optConfigMorphism opts newConfig'
9595 putStr $ unlines $ diffConfigs configGrammar oldConfig newConfig
9696
97-
98- {-
99- CommandDiffConfig cfg fp Nothing -> do
100- newConfig <- configFromRegenOrConfigFile fp
101-
102- let oldConfig = optConfigMorphism opts emptyConfig
103- putStr . unlines $ diffConfigs cfg configGrammar oldConfig newConfig
104-
105- CommandDiffConfig cfg oldConfigFp (Just newConfigFp) -> do
106- oldConfig <- configFromRegenOrConfigFile oldConfigFp
107- newConfig <- configFromRegenOrConfigFile newConfigFp
108- putStr . unlines $ diffConfigs cfg configGrammar oldConfig newConfig
109- -}
110-
11197 CommandRegenerate -> do
11298 regenerateBash opts
11399 regenerateGitHub opts
You can’t perform that action at this time.
0 commit comments