From 23932f5aa5cc6b1a5a22431799f37cd41bbadcb4 Mon Sep 17 00:00:00 2001 From: jade-abc <125327415+jade-abc@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:08:00 +0100 Subject: [PATCH 1/2] fixes issue #250 add a glossary description for Command Line Interface I find this to be a short and effective definition but would appreciate feedback. Thank you. --- docs/how-ubuntu-is-made/concepts/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-ubuntu-is-made/concepts/glossary.md b/docs/how-ubuntu-is-made/concepts/glossary.md index 77586353..4a6c906e 100644 --- a/docs/how-ubuntu-is-made/concepts/glossary.md +++ b/docs/how-ubuntu-is-made/concepts/glossary.md @@ -305,7 +305,7 @@ Code Review CLI Command Line Interface - *Work in Progress* + An interface for interacting with an {term}`OS` and its installed applications via text based commands. CVE Common Vulnerabilities and Exposures From 483730af1bc20f8a4a90d18d7fba4d779c214557 Mon Sep 17 00:00:00 2001 From: jade-abc <125327415+jade-abc@users.noreply.github.com> Date: Fri, 27 Jun 2025 15:18:17 +0100 Subject: [PATCH 2/2] Update docs/how-ubuntu-is-made/concepts/glossary.md clarifying the way CLI's are interacted with Co-authored-by: Sally --- docs/how-ubuntu-is-made/concepts/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-ubuntu-is-made/concepts/glossary.md b/docs/how-ubuntu-is-made/concepts/glossary.md index 4a6c906e..12610a49 100644 --- a/docs/how-ubuntu-is-made/concepts/glossary.md +++ b/docs/how-ubuntu-is-made/concepts/glossary.md @@ -305,7 +305,7 @@ Code Review CLI Command Line Interface - An interface for interacting with an {term}`OS` and its installed applications via text based commands. + An interface for interacting with an {term}`OS` and its installed applications via text based commands, usually through a terminal or console. CVE Common Vulnerabilities and Exposures