Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &Z.Cmd{ Name: `comment`, Aliases: []string{`com`}, Usage: `[help|PATH]`, Copyright: `Copyright 2023 Christian Hageloch`, Version: `v0.1.0`, License: `MIT`, Source: `git@github.com:chriswifn/comment.git`, Issues: `github.com/chriswifn/comment/issues`, Commands: []*Z.Cmd{help.Cmd, vars.Cmd, conf.Cmd, commentCmd, uncommentCmd, initCmd, htitleCmd}, }
View Source
var (
LineExp = regexp.MustCompile(`(.*\S.*)`)
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.