From 645450d27b340439878a073c67a477bb380c15af Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 15 Feb 2021 21:46:05 +0300 Subject: Regularize step ids and introduce step id fallbacks --- doc/manual.cli | 52 ++++++++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 24 deletions(-) (limited to 'doc') diff --git a/doc/manual.cli b/doc/manual.cli index c5781ae..4337627 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -784,7 +784,7 @@ values as discussed in \l{#arch-controller Controller Logic}. The \c{<>}-values are from the task manifest and the environment: \ -# bpkg.configure.create +# bpkg.create # bpkg -V create @@ -800,13 +800,13 @@ bpkg -v fetch --trust # bpkg -v build --yes --configure-only / -# bpkg.update.update +# bpkg.update # bpkg -v update # if the test operation is supported by the package: # -# bpkg.test.test +# bpkg.test # bpkg -v test @@ -820,11 +820,11 @@ bpkg -v test bpkg -v build --yes --configure-only \\ ' []' - # bpkg.update.update + # bpkg.update # bpkg -v update - # bpkg.test.test + # bpkg.test # bpkg -v test } @@ -832,7 +832,7 @@ bpkg -v test # if config.install.root is specified: # { - # bpkg.install.install + # bpkg.install # bpkg -v install @@ -858,15 +858,17 @@ bpkg -v test # task manifest values: # { - # bpkg.test-installed.create + # bpkg.test-installed.create (fallback to bpkg.create if absent) # bpkg -V create - # bpkg.configure.add + # bpkg.test-installed.configure.add (fallback to + # bpkg.configure.add if absent) # bpkg -v add - # bpkg.configure.fetch + # bpkg.test-installed.configure.fetch (fallback to + # bpkg.configure.fetch if absent) # bpkg -v fetch --trust @@ -875,22 +877,24 @@ bpkg -v test # test-exclude task manifest values: # { - # bpkg.configure.build + # bpkg.test-installed.configure.build (fallback to + # bpkg.configure.build if absent) # bpkg -v build --yes --configure-only \\ ' []' - # bpkg.update.update + # bpkg.test-installed.update (fallback to bpkg.update if + # absent) # bpkg -v update - # bpkg.test.test + # bpkg.test-installed.test (fallback to bpkg.test if absent) # bpkg -v test } } - # bpkg.uninstall.uninstall + # bpkg.uninstall # bpkg -v uninstall } @@ -981,7 +985,7 @@ are ignored. All other lines in this file have the following format: [/] []* []* = [:](|