Class: Everywhere::Commands::ShellDir
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Everywhere::Commands::ShellDir
- Defined in:
- lib/everywhere/commands/shell_dir.rb
Overview
Print the absolute path of the gem-bundled Tauri shell (src-tauri).
Output is the bare path so external tooling can capture it — e.g. the
build-runner workflows resolve the shell with $(every shell-dir).
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
13 14 15 |
# File 'lib/everywhere/commands/shell_dir.rb', line 13 def call(**) puts Everywhere::Paths.shell_dir! end |