Manage and make groff manuscripts.
Title = "Lorem ipsum around the world"
Author = "TheDevtop"
Files = ["main.ms", "index.ms"]
Output = "manuscript.pdf"Create a new Groff project.
Usage of init:
-a string
Specify name of author (default "John Doe")
-c uint
Specify columns (default 2)
-d string
Specify working directory
-f string
Specify initial source file (default "manuscript.ms")
-o string
Specify output file (default "manuscript.pdf")
-t string
Specify title (default "Title")
Compile a Groff project, output to pdf.
Usage of build:
-d string
Specify working directory
Remove output file.
Usage of clean:
-d string
Specify working directory