calc

command
v0.0.0-...-103f554 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

README

实现这样一个场景:我们需要开发一个基于命令行的计算器程序。下面为此程序的基本用法:

$ calc help 
USAGE: calc command [arguments] ... 
The commands are: 
sqrt Square root of a non-negative value. 
add Addition of two values. 
$ calc sqrt 4 # 开根号
2 
$ calc add 1 2 # 加法
3

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL