Class
FoundryCommandLine
Description [src]
abstract class Foundry.CommandLine : GObject.Object
{
/* No available fields */
}
Abstract base class for command line interface implementations.
FoundryCommandLine provides the core interface for command line operations including command parsing, execution, and communication with remote services. Concrete implementations handle different command line modes and provide unified access to Foundry functionality from the terminal.
Instance methods
foundry_command_line_dup_auth_provider
Gets an auth provider for this command line client if possible.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.