Skip to content
Snippets Groups Projects
Verified Commit 6d1f8f6e authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

messages

parent 48479305
No related branches found
No related tags found
No related merge requests found
Pipeline #7977 passed
...@@ -18,6 +18,8 @@ var Flatten = helpers.Subcommand{ ...@@ -18,6 +18,8 @@ var Flatten = helpers.Subcommand{
entry := args[0] entry := args[0]
out := args[len(args)-1] out := args[len(args)-1]
fmt.Println("flattening", entry)
_, _ = entry, out _, _ = entry, out
funcFiles := args[1 : len(args)-1] funcFiles := args[1 : len(args)-1]
...@@ -40,6 +42,7 @@ var Flatten = helpers.Subcommand{ ...@@ -40,6 +42,7 @@ var Flatten = helpers.Subcommand{
if e != nil { if e != nil {
panic(e) panic(e)
} }
fmt.Println("flattened", entry)
}, },
Help: "flaten a .tex file", Help: "flaten a .tex file",
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment