From f7a067bd6f66082bb21203ad88cc86f23c3a97c7 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 3 Oct 2016 23:29:51 -0400 Subject: [PATCH] WIP --- docs/api/scheme/process-context.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/scheme/process-context.md b/docs/api/scheme/process-context.md index 0c8d83d5..9757cf8d 100644 --- a/docs/api/scheme/process-context.md +++ b/docs/api/scheme/process-context.md @@ -14,25 +14,25 @@ For more information see the [R7RS Scheme Specification](../../r7rs.p - [`get-environment-variable`](#get-environment-variable) - [`get-environment-variables`](#get-environment-variables) -#command-line +# command-line (command-line) Returns the command line passed to the program as a list of strings. -#emergency-exit +# emergency-exit (emergency-exit) Terminates the program immediately. This is an alias of `exit`. -#get-environment-variable +# get-environment-variable (get-environment-variable name) Return the value of the given environment variable. -#get-environment-variables +# get-environment-variables (get-environment-variables)