From 67bc6a526ae279de0738c38365611d81dda9e008 Mon Sep 17 00:00:00 2001 From: TorchedSammy Date: Tue, 11 Jul 2023 02:42:33 +0000 Subject: [PATCH] deploy: caff604d953064c4678b0fbcdc18b808ff52cd43 --- docs/api/hilbish/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/hilbish/index.html b/docs/api/hilbish/index.html index aa4a0e2..86e933d 100644 --- a/docs/api/hilbish/index.html +++ b/docs/api/hilbish/index.html @@ -4,7 +4,7 @@

Module hilbish

the core Hilbish API

Introduction

The Hilbish module includes the core API, containing interfaces and functions which directly relate to shell functionality.

Interface fields -

  • ver: The version of Hilbish
  • user: Username of the user
  • host: Hostname of the machine
  • dataDir: Directory for Hilbish data files, including the docs and default modules
  • interactive: Is Hilbish in an interactive shell?
  • login: Is Hilbish the login shell?
  • vimMode: Current Vim input mode of Hilbish (will be nil if not in Vim input mode)
  • exitCode: xit code of the last executed command

Functions +

  • ver: The version of Hilbish
  • goVersion: The version of Go that Hilbish was compiled with
  • user: Username of the user
  • host: Hostname of the machine
  • dataDir: Directory for Hilbish data files, including the docs and default modules
  • interactive: Is Hilbish in an interactive shell?
  • login: Is Hilbish the login shell?
  • vimMode: Current Vim input mode of Hilbish (will be nil if not in Vim input mode)
  • exitCode: xit code of the last executed command

Functions

alias(cmd, orig)

Sets an alias of cmd to orig

appendPath(dir)

Appends dir to $PATH

complete(scope, cb)