more pieces from #22

This commit is contained in:
Emma Tebibyte 2023-03-23 01:40:49 -04:00
parent 5f92afb375
commit 7b7207b6ba
Signed by: emma
GPG Key ID: 6D661C738815E7DD
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
* Hopper. If not, see <https://www.gnu.org/licenses/>.
*/
use tokio::fs::File;
use tokio::io::AsyncWriteExt;
pub async fn cmd_get(
ctx: &AppContext,
search_args: SearchArgs