mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 11:02:18 +00:00
stabilize (#3)
* specs * Stabilize deskctl runtime foundation Co-authored-by: Codex <noreply@openai.com> * opsx archive --------- Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
d487a60209
commit
6dce22eaef
22 changed files with 1289 additions and 295 deletions
|
|
@ -2,6 +2,8 @@ mod backend;
|
|||
mod cli;
|
||||
mod core;
|
||||
mod daemon;
|
||||
#[cfg(test)]
|
||||
mod test_support;
|
||||
|
||||
fn main() -> anyhow::Result<()> {
|
||||
if std::env::var("DESKCTL_DAEMON").is_ok() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue