Skip to content

Commit

Permalink
doc: add todos for the future
Browse files Browse the repository at this point in the history
  • Loading branch information
xNaCly committed Apr 12, 2023
1 parent 0abc029 commit 8a58253
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fleck.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ import (
"github.com/xnacly/fleck/scanner"
)

// TODO: create a default template if no other is specified (disable using --no-template, disables usage of --template)
// TODO: allow a template to be used (--template), should replace the @FLECK_CONTENT string, with the output
// TODO: create a default embeded stylesheet if no other is specified (disable using --no-css, also disables the --css flag)
// TODO: allow the usage of a stylesheet (--css=style.css)
// TODO: clean this up!
func main() {
start := time.Now()
cli.ARGUMENTS = cli.ParseCli()
Expand Down

0 comments on commit 8a58253

Please sign in to comment.