Skip to content

Commit

Permalink
Delete some lines leftover from the Markdown command refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Schlak committed Mar 25, 2024
1 parent 04602e4 commit 95dbcc9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ func init() {
publishCmd.Flags().StringVarP(&UnitsDirectory, "units", "u", "", "The directory where your units exist")
publishCmd.Flags().BoolVarP(&IgnoreLocal, "ignore-local", "", false, "Ignore local changes and publish remote only")
publishCmd.Flags().BoolVarP(&CiCdEnvironment, "ci-cd", "", false, "Running in a CI/CD environment (cannot use with autoconfig feature)")
// markdownCmd.Flags().BoolVarP(&PrintTemplate, "out", "o", false, "Prints the template to stdout")
// markdownCmd.Flags().BoolVarP(&Minimal, "min", "m", false, "Uses a terse, minimal version of the template")
// markdownCmd.Flags().BoolVarP(&WithExplanation, "with-explanation", "e", false, "Questions only: include explanation blocks")
// markdownCmd.Flags().BoolVarP(&WithRubric, "with-rubric", "r", false, "Questions only: include rubric blocks")
// markdownCmd.Flags().IntVarP(&WithHints, "with-hints", "n", 0, "Questions only: include one or more hint blocks")
}

// Execute runs the learn CLI according to the user's command/subcommand/flags
Expand Down

0 comments on commit 95dbcc9

Please sign in to comment.