From 66259960390bb9101ec410dd166c7c765334cf01 Mon Sep 17 00:00:00 2001 From: Chris Penner Date: Wed, 26 Jun 2024 11:20:19 -0700 Subject: [PATCH] Port fuzzy-option.md to projects --- unison-src/transcripts/fuzzy-options.md | 2 +- unison-src/transcripts/fuzzy-options.output.md | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/unison-src/transcripts/fuzzy-options.md b/unison-src/transcripts/fuzzy-options.md index 985173ae8..e460ce923 100644 --- a/unison-src/transcripts/fuzzy-options.md +++ b/unison-src/transcripts/fuzzy-options.md @@ -12,7 +12,7 @@ If a fuzzy resolver doesn't have any options available it should print a message opening an empty fuzzy-select. ```ucm:error -scratch/main empty> view +scratch/empty> view ``` diff --git a/unison-src/transcripts/fuzzy-options.output.md b/unison-src/transcripts/fuzzy-options.output.md index b59ac3c34..290d07aab 100644 --- a/unison-src/transcripts/fuzzy-options.output.md +++ b/unison-src/transcripts/fuzzy-options.output.md @@ -14,9 +14,7 @@ If a fuzzy resolver doesn't have any options available it should print a message opening an empty fuzzy-select. ```ucm - ☝️ The namespace .empty is empty. - -scratch/main empty> view +scratch/empty> view ⚠️ @@ -35,7 +33,7 @@ Definition args scratch/main> add ⍟ I've added these definitions: - + nested.optionTwo : ##Nat optionOne : ##Nat @@ -66,7 +64,7 @@ Project Branch args myproject/main> branch mybranch Done. I've created the mybranch branch based off of main. - + Tip: To merge your work back into the main branch, first `switch /main` then `merge /mybranch`. @@ -75,6 +73,7 @@ scratch/main> debug.fuzzy-options switch _ Select a project or branch to switch to: * myproject/main * myproject/mybranch + * scratch/empty * scratch/main * myproject * scratch