feat: Add alt tag to the git issue

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-06-04 22:05:21 +00:00
parent 16e6300c81
commit 494cced9cb
4 changed files with 22 additions and 11 deletions

View File

@@ -15,15 +15,15 @@
// along with this program. If not, see <https://gnu.org/licenses/gpl-3.0.html>.
/// `issue` subcommands
mod issue;
pub mod issue;
/// `patch` subcommands
mod patch;
pub mod patch;
/// 'reply` command
mod reply;
pub mod reply;
/// `repo` subcommands
mod repo;
pub mod repo;
/// `sets` subcommands
mod sets;
pub mod sets;
use std::fmt;
use std::path::PathBuf;