fortplot_text_player_cli Module

Shared command-line driver for the text-backend animation players.

The text backend renders .txt animations (ASCII charset by default). Both the fortplot_play_text target and its fortplot_play_ascii compatibility alias route through run_text_player_cli so their argument parsing and behavior stay identical.



Subroutines

public subroutine run_text_player_cli(program_name, exit_code)

Parse arguments and play a .txt text-backend animation.

Read more…

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: program_name
integer, intent(out) :: exit_code