usecrate::wrap_command::WrapCommand;usecrate::git;modoptions;pubuseoptions::*;pubconstGIT_COMMAND:&str="tag";/// Create, list, delete or verify a tag object signed with GPG
/// [Git doc](https://git-scm.com/docs/git-tag)
pubfntag()-> WrapCommand{git(GIT_COMMAND)}