hzDocs
hzDocs
Articles / Postshedzr.comIntroduction

Guide

Your First CLI AppConcise Version
Step by step
Concepts
CommandCommand: Invoke programCommand: Presetting ArgsCommand: RedirectToCommand: DynCommandCommand: Aliases from ConfigCommand: Event HandlersFlagFlag: RequiredFlag: Toggle GroupFlag: Valid ArgsFlag: `Head -1` styleFlag: External EditorFlag: NegatableFlag: Leading Plus Sign `+`Flag: Event Handlers解析结果Builtin Commands & Flags帮助子系统Shared App辨析Package level functionsWithOptsBackstage
Howto ...
Auto-close the ClosersRead config into structUsing is DetectorsUsing Store

References

What's New
Packages
builder

Others

Examples
Blueprint
产品发布
产品发布之前

(Root [english])

cmdr.v2

math

c=±a2+b2c = \pm\sqrt{a^2 + b^2} c=±a2+b2​

highlight line

<div>Hello World</div>  
<div>Hello World</div>
<div>Goodbye</div>
<div>Hello World</div>

highlight words

const config = {
  reactStrictMode: true,
};

diff

```ts
console.log('hewwo'); // [!code --]
console.log('hello'); // [!code ++]

tabs

console.log("A");

Actions

🔚

What is Next?

How is this guide?

Last updated on

What's New

Previous Page

About Builder [NOT YET]

Next Page

On this page

cmdr.v2
Actions