From 8e1f8d4d0d7a68637d7754669a399ef9d9aac90c Mon Sep 17 00:00:00 2001 From: Jake Date: Wed, 17 Jan 2024 00:12:35 -0800 Subject: [PATCH] Add docs on top of file --- src/interface.rs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/interface.rs b/src/interface.rs index 7a55fbf..496a0fe 100644 --- a/src/interface.rs +++ b/src/interface.rs @@ -1,3 +1,10 @@ +///! The interface creates an API for getting and setting values with ACS +///! +///! Note: this is not an API for all of the functions in ACS, it's only the ones that get used in +///! the command line tools made available in the ACS binary ('acs') and defined in src/args.rs +///! +///! This file offloads a lot of the work that was in src/args.rs but was too repetitive. +///! use super::config::Config; use super::daemon::{daemon_init, Checker}; use super::display::{