From bf0bfc77ca8fdb73876e4bc8b767c85f6d31d942 Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Thu, 7 Nov 2024 15:44:52 +0100 Subject: [PATCH] ..... --- .github/workflows/checkout | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checkout b/.github/workflows/checkout index 49bb3df..9a76adc 100755 --- a/.github/workflows/checkout +++ b/.github/workflows/checkout @@ -25,7 +25,9 @@ checkout['messaging'] = ()=> Promise.all([ // actually run the checkout... const cmd = checkout[process.argv[2]] -cmd?.().catch(console.error) || console.log('Usage: ./checkout remote-service | messaging') +cmd?.().catch(console.error) || console.error ( + `Usage: ${path.relative(process.cwd(),__filename)} ${Object.keys(checkout).join('|')}` +) // ------------------------------------------------------------------------ // fixes for missing features in older cds versions