* wip: package logs
* fixes from code review
* fix reverse flag behavior
* only embassyd uses -u, packages use CONTAINER_NAME
* make id param an enum, clean up code
* changes from rebase
* change package IDs to be of type PackageId
Co-authored-by: Aiden McClelland <me@drbonez.dev>
* initial commit for wifi feature
* implements wifi.get
* implements signal strength, removes macro system, makes compatible with rust stable
* remove selected row from wifi info
* refactor to correctly use rpc-toolkit
* remove redundant line from invoke error rendering
* Apply suggestions from code review
* adds display for wifi.get
* use invoke
* use remove
* use tokio native timeout
* use correct null output
* Apply suggestions from code review
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>
* fix borrowing issues
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>