Skip to content

Commit

Permalink
Show default temp folder in alr version
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Feb 13, 2024
1 parent ecda8b6 commit 8285ffe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/alr/alr-commands-version.adb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ with Alire.Index;
with Alire.Index_On_Disk.Loading;
with Alire.Milestones;
with Alire.Paths.Vault;
with Alire.Platforms.Folders;
with Alire.Properties;
with Alire.Roots.Optional;
with Alire.Toolchains;
Expand Down Expand Up @@ -75,6 +76,8 @@ package body Alr.Commands.Version is
.Append (Alire.Config.Edit.Cache_Path).New_Row;
Table.Append ("vault folder:").Append (Paths.Vault.Path).New_Row;
Table.Append ("build folder:").Append (Build_Path).New_Row;
Table.Append ("temp folder:")
.Append (Alire.Platforms.Folders.Temp).New_Row;
Table.Append ("force flag:").Append (Alire.Force'Image).New_Row;
Table.Append ("non-interactive flag:")
.Append (CLIC.User_Input.Not_Interactive'Image).New_Row;
Expand Down

0 comments on commit 8285ffe

Please sign in to comment.