From 4f5c0314cf71e46a3779214471d5c66209554b58 Mon Sep 17 00:00:00 2001 From: Martin-Louis Bright Date: Sat, 28 Sep 2019 00:36:54 -0400 Subject: [PATCH] Fix 'Shell commands' table markdown formatting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 50f2e5100..d7ea7e200 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,8 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat | version | Display Nu version | ## Shell commands +| command | description | +| ------- | ----------- | | exit (--now) | Exit the current shell (or all shells) | | enter (path) | Create a new shell and begin at this path | | p | Go to previous shell |