Struct hyper_scripter::util::main_util::EditTagArgs [−][src]
pub struct EditTagArgs {
pub content: TagFilter,
pub append_namespace: bool,
pub explicit_tag: bool,
pub explicit_filter: bool,
}
Fields
content: TagFilter
append_namespace: bool
是否要把命名空間也做為標籤
explicit_tag: bool
命令行參數裡帶著 tag 選項,例如 hs edit –tag some-tag edit
explicit_filter: bool
命令行參數裡帶著 filter 選項,例如 hs –filter some-tag edit