[GH-ISSUE #260] list flag is pretty but not functional #180

Closed
opened 2026-03-01 21:40:57 +03:00 by kerem · 1 comment
Owner

Originally created by @lshamis on GitHub (May 28, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/260

When I run act -l, I get output that looks like:

 ╭───────────────────╮ ╭──────────╮ ╭──────────────────────────╮ ╭────────╮ ╭───────────────────────────╮ ╭─────────────────────────────╮ ╭────────────╮ ╭───────────────╮ ╭────────────────────────────╮ ╭──────────────────╮ ╭──────────────────────────────╮ ╭──────────────────────╮
 │ Address Sanitizer │ │ Valgrind │ │ Ubuntu Focal Default GCC │ │ Format │ │ Ubuntu Bionic Default GCC │ │ Ubuntu Bionic Default Clang │ │ Clang-Tidy │ │ Code Coverage │ │ Ubuntu Focal Default Clang │ │ Thread Sanitizer │ │ Undefined Behavior Sanitizer │ │ Include What You Use │
 ╰───────────────────╯ ╰──────────╯ ╰──────────────────────────╯ ╰────────╯ ╰───────────────────────────╯ ╰─────────────────────────────╯ ╰────────────╯ ╰───────────────╯ ╰────────────────────────────╯ ╰──────────────────╯ ╰──────────────────────────────╯ ╰──────────────────────╯

It's pretty, but I have no idea how to run the individual jobs.

Maybe something closer to:

bionic_gcc: Ubuntu Bionic Default GCC
focal_gcc: Ubuntu Focal Default GCC
bionic_clang: Ubuntu Bionic Default Clang
focal_clang: Ubuntu Focal Default Clang
asan: Address Sanitizer
tsan: Thread Sanitizer
ubsan: Undefined Behavior Sanitizer
valgrind: Valgrind
iwyu: Include What You Use
clang_tidy: Clang-Tidy
format: Format
cov: Code Coverage

would be more useful.

Maybe a table of some sort

Originally created by @lshamis on GitHub (May 28, 2020). Original GitHub issue: https://github.com/nektos/act/issues/260 When I run `act -l`, I get output that looks like: ``` ╭───────────────────╮ ╭──────────╮ ╭──────────────────────────╮ ╭────────╮ ╭───────────────────────────╮ ╭─────────────────────────────╮ ╭────────────╮ ╭───────────────╮ ╭────────────────────────────╮ ╭──────────────────╮ ╭──────────────────────────────╮ ╭──────────────────────╮ │ Address Sanitizer │ │ Valgrind │ │ Ubuntu Focal Default GCC │ │ Format │ │ Ubuntu Bionic Default GCC │ │ Ubuntu Bionic Default Clang │ │ Clang-Tidy │ │ Code Coverage │ │ Ubuntu Focal Default Clang │ │ Thread Sanitizer │ │ Undefined Behavior Sanitizer │ │ Include What You Use │ ╰───────────────────╯ ╰──────────╯ ╰──────────────────────────╯ ╰────────╯ ╰───────────────────────────╯ ╰─────────────────────────────╯ ╰────────────╯ ╰───────────────╯ ╰────────────────────────────╯ ╰──────────────────╯ ╰──────────────────────────────╯ ╰──────────────────────╯ ``` It's pretty, but I have no idea how to run the individual jobs. Maybe something closer to: ``` bionic_gcc: Ubuntu Bionic Default GCC focal_gcc: Ubuntu Focal Default GCC bionic_clang: Ubuntu Bionic Default Clang focal_clang: Ubuntu Focal Default Clang asan: Address Sanitizer tsan: Thread Sanitizer ubsan: Undefined Behavior Sanitizer valgrind: Valgrind iwyu: Include What You Use clang_tidy: Clang-Tidy format: Format cov: Code Coverage ``` would be more useful. Maybe a table of some sort
Author
Owner

@github-actions[bot] commented on GitHub (Jul 28, 2020):

Issue is stale and will be closed in 7 days unless there is new activity

<!-- gh-comment-id:664703752 --> @github-actions[bot] commented on GitHub (Jul 28, 2020): Issue is stale and will be closed in 7 days unless there is new activity
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#180
No description provided.