Skip to content

Herdubreid/aisShell

Repository files navigation

Celin's aisShell Usage

Install

Build Latest

Download zip with button above or clone with git:

$ git clone https://github.com/Herdubreid/aisShell.git

Build with Visual Studio 2017.

Download Binaries

Two packages are available for download.

  • Fully contained Windows8/10 x64
    v0.2
  • Framework Dependent
    v0.2

The associated source code can also be downloaded from the Release Tab.

Run

Run aisShell.exe in the fully contained package or use dotnet aisShell.dll in the framework depended package.
The framework dependent package requires installation of Net Core 2 runtime.

Usage

The help command lists available commands.

[:] $ help
Usage: [command] [options]

Commands:
  sv                   Server Context
  fm                   Form Context
  sfm                  Stack Form Context
  dt                   Data Context
  out                  Set Output File
  help                 Show Available Commands
  clear                Clear Screen
  quit                 Quit Shell

Use [command] [-?|-h|--help] to get command help

Each command can have one or more subcommands and options, followed again with subcommands and options and so forth.

Any command or subcommand can be entered with a -?, -h or --help option for help.

Commands

Examples