Skip to content
Snippets Groups Projects
Commit 5ef2aa78 authored by Andrew Jackura's avatar Andrew Jackura
Browse files

Remove Github markdown features

parent 5897fa4a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ This is not an official Google product.
## Usage ##
Set up a 'print' subcommand:
```go
```
import (
"flag"
"fmt"
......@@ -49,7 +50,8 @@ func (p *printCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{})
Register using the default Commander, also use some built in subcommands,
finally run Execute using ExitStatus as the exit code:
```go
```
func main() {
subcommands.Register(subcommands.HelpCommand(), "")
subcommands.Register(subcommands.FlagsCommand(), "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment